home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / c_inst24.zip / WINSTALL.INF < prev   
INI File  |  1994-10-25  |  3KB  |  92 lines

  1. REM ------------------------------------------------
  2. REM ------------------------------------------------
  3. REM WINSTALL.INF file for Chief's Install
  4. REM -----------------------------------
  5. REM I try to use most of the RESERVED WORDS here!
  6. REM ------------------------------------------------
  7.  
  8. [The title of your application]
  9. $TITLE=Chief's Install v2.40
  10.  
  11. [Default target directory]
  12. $TARGET=C:\CHIEF
  13.  
  14. [Disk space needed for the installation - in bytes]
  15. $SPACE=155000
  16.  
  17. [Any temporary extra disk space needed while installing - in bytes]
  18. $SWAP-SPACE=0
  19.  
  20. [Files to be copied; "$disk 1 =" to "$disk 20 ="; you can use wildcards]
  21. [file specs should be separated with a semi-colon]
  22. $DISK1=INSTALL.EXE;SETUP.EXE;WINSTALL.INF;SAMP*.INF;INSTALL.TXT;WINSTALL.HLP
  23.  
  24. [Files to be installed to subdirectories under DEST directory tree]
  25. [Max=20 lines; 14 file names on each line, separated with semi-colon; no wildcards]
  26. $DEST\BIN=INSTALL.EXE;WINSTALL.INF
  27. $DEST\HELP=WINSTALL.HLP
  28. $DEST\SAMPLES=SAMPLE1.INF;SAMPLE2.INF;SAMPLE3.INF
  29. $DEST\OPTION=SETUP.EXE
  30.  
  31. [Files to be installed to Windows directory]
  32. [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
  33. $WINDIR=
  34.  
  35. [Files to be installed to Windows SYSTEM directory]
  36. [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
  37. $SYSDIR=
  38.  
  39. [Files to be installed to TEMP directory]
  40. [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
  41. $TEMPDIR=
  42.  
  43. [Entries in INI files = Filename;Section;Keyname;String]
  44. [Max=20 lines; Details as 4 sections on each line, separated with semi-colon]
  45. $INI=$DEST\INSTALL.INI;Test;Chief;Is a Great African and a Great Welshman
  46.  
  47. [Program Manager group name]
  48. $GROUP=Chief's Install
  49.  
  50. [program(s) to create Program Manager icons for; MAX=12 icons in all]
  51. [format= CommandLine;Icon Title]
  52. $ICON=$DEST\INSTALL.TXT;README
  53. $ICON=$DEST\BIN\INSTALL.EXE;A Great Windows Installer
  54. $ICON=$DEST\OPTION\SETUP.EXE;Optional loader for Installer
  55. $ICON=$DEST\HELP\WINSTALL.HLP;Chief's Sample Help File
  56. $ICON=NOTEPAD.EXE $DEST\BIN\WINSTALL.INF;WInstall INF file
  57. $ICON=NOTEPAD.EXE $DEST\SAMPLES\SAMPLE1.INF;Sample INF File1
  58. $ICON=NOTEPAD.EXE $DEST\SAMPLES\SAMPLE2.INF;Sample INF File2
  59. $ICON=NOTEPAD.EXE $DEST\SAMPLES\SAMPLE3.INF;Sample INF File3
  60.  
  61. [Program(s) to execute as part of the installation; separated with a semi-colon]
  62. [install will *try* to wait for them to terminate before continuing]
  63. $PRE-EXEC=
  64.  
  65. [Files to delete after completing installation]
  66. [up to 20 files, each on a separate line]
  67. $CLEANUP=
  68.  
  69. [Program(s) to execute after completing installation; separated with a semi-colon]
  70. $EXEC=
  71.  
  72. [remove the "MAXIMIZE" on the next line for non-maximized main window]
  73. $WINDOW=MAXIMIZE
  74.  
  75. [uncomment and use this to change the background color of the window]
  76. [valid values are 0 to 4]
  77. ;$WINDOW-BACKGROUND=2
  78.  
  79. [uncomment and use this to change the background of the text]
  80. [3 RGB values, or 1 long integer value
  81. ;$TEXT-BACKGROUND=128,128,128
  82.  
  83. [uncomment this line to automatically set the check box for PROGMAN group]
  84. ;$SETCHECKBOX
  85.  
  86. [uncomment this line to disable the final "installation completed" dialog]
  87. ;$NO-END-DIALOG
  88.  
  89. [uncomment this line to disable the dialog that offers to add the target]
  90. [directory to the PATH statement in AUTOEXEC.BAT]
  91. ;$NO-PATH-DIALOG
  92.